home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / tbe_001.arc / TBE_KEYS.CFG < prev   
Text File  |  1991-06-27  |  7KB  |  114 lines

  1. ; =============================================================================
  2. ; Sample TBE_KEYS.CFG, as distributed with The-Box Edit 1.00
  3.  
  4. ; This file is included by the main configuration file, TB-EDIT.CFG or TB.CFG
  5.  
  6.  
  7. ; -----------------------------------------------------------------------------
  8. ; Keyboard definitions for reader mode
  9. ; -----------------------------------------------------------------------------
  10. read_key 184 go_bot           ; Ctrl-PgUp               Go to start of text
  11. read_key 176 go_eot           ; Ctrl-PgDn               Go to end of text
  12. read_key 148 go_up            ; Up                      Go one line up
  13. read_key 150 go_down          ; Down                    Go one line down
  14. read_key 149 go_pgup          ; PgUp                    Go one page up
  15. read_key 151 go_pgdown        ; PgDn                    Go one page down
  16.  
  17. read_key 14d right_msg        ; Right                   Next message
  18. read_key 14b left_msg         ; Left                    Previous message
  19. read_key 147 first_msg        ; Home                    First msg in area
  20. read_key 177 first_msg        ; Ctrl-Home
  21. read_key 14f last_read        ; End                     Highest msg read
  22. read_key 175 last_msg         ; Ctrl-End                Last msg in area
  23.  
  24. read_key 030 digit            ; 0                       Select msg by number
  25. read_key 031 digit            ; 1
  26. read_key 032 digit            ; 2
  27. read_key 033 digit            ; 3
  28. read_key 034 digit            ; 4
  29. read_key 035 digit            ; 5
  30. read_key 036 digit            ; 6
  31. read_key 037 digit            ; 7
  32. read_key 038 digit            ; 8
  33. read_key 039 digit            ; 9
  34.  
  35. read_key 174 first_reply      ; Ctrl-Right              First reply to msg
  36. read_key 03e first_reply      ; >
  37. read_key 03d next_reply       ; =                       Next reply in chain
  38. read_key 173 parent           ; Ctrl-Left               Original of this reply
  39. read_key 03c parent           ; <
  40.  
  41. read_key 114 textfile         ; Alt-T                   Export msg to textfile
  42. read_key 120 delete           ; Alt-D                   Delete current message
  43. read_key 125 kludge           ; Alt-K                   Toggle kludge visible
  44.  
  45. read_key 112 enter            ; Alt-E                   Enter a new message
  46. read_key 113 reply            ; Alt-R                   Reply to current msg
  47. read_key 110 quote            ; Alt-Q                   Quoted reply to message
  48. read_key 121 forward          ; Alt-F                   Forward/copy/move msg
  49. read_key 12e change           ; Alt-C                   Change current message
  50.  
  51. read_key 11e area             ; Alt-A                   List/select msg area
  52. read_key 126 list             ; Alt-L                   List/select msg headers
  53. read_key 117 info             ; Alt-I                   Show information screen
  54. read_key 12c help             ; Alt-Z                   Show reader help
  55. read_key 124 shell            ; Alt-J                   Swap and go to DOSshell
  56. read_key 12d exit             ; Alt-X                   Exit TB-EDIT
  57. read_key 11f scan             ; Alt-S                   Scan all areas for mail
  58.  
  59. read_key 02b nextarea         ; +                       Next area with new mail
  60. read_key 02d prevarea         ; -                       Prev area with new mail
  61. read_key 119 pattern          ; Alt-P                   Pattern search
  62.  
  63. read_key 020 next_page        ; space                   Next page of msg, then
  64. read_key 00d next_msg         ; Enter                   Next message in current
  65. read_key 1d4 next_msg         ; Mouse LeftButton            reading direction
  66. read_key 00a next_msg         ; Ctrl-Enter (linefeed)
  67.  
  68.  
  69. ; -----------------------------------------------------------------------------
  70. ; Keyboard definitions for editor mode
  71. ; -----------------------------------------------------------------------------
  72. edit_key 008 backspace         ; Backspace              Go left and del char
  73. edit_key 009 fwd_tab           ; Tab                    Move 8 positions right
  74. edit_key 00a newline           ; Ctrl-Enter (linefeed)  Next line, in insert
  75. edit_key 00d newline           ; Enter                    mode, do hard return
  76. edit_key 019 delline           ; Ctrl-Y                 Delete current line
  77. edit_key 01b abort             ; Esc                    Abort editing message
  78. edit_key 07f delword           ; Ctrl-Backspace         Delete current word
  79. edit_key 10f rev_tab           ; Shift-Tab              Move 8 positions left
  80. edit_key 117 import            ; Alt-I                  Import from textfile
  81. edit_key 11f save              ; Alt-S                  Save message
  82. edit_key 120 delline           ; Alt-D                  Delete current line
  83. edit_key 123 header            ; Alt-H                  Edit message header
  84. edit_key 124 shell             ; Alt-J                  Swap and go to DOSshell
  85. edit_key 12c help              ; Alt-Z                  Show editor help
  86. edit_key 12d abort             ; Alt-X                  Abort editing message
  87. edit_key 12e cookie            ; Alt-C                  Insert a random cookie
  88. edit_key 147 go_bol            ; Home                   Go to start of line
  89. edit_key 148 go_up             ; Up                     Go up one line
  90. edit_key 149 go_pgup           ; PgUp                   Go up one page
  91. edit_key 14b go_left           ; Left                   Go left one position
  92. edit_key 14d go_right          ; Right                  Go right one position
  93. edit_key 14f go_eol            ; End                    Go to end of line
  94. edit_key 150 go_down           ; Down                   Go down one line
  95. edit_key 151 go_pgdown         ; PgDn                   Go down one page
  96. edit_key 152 insert            ; Ins                    Insert mode on/off
  97. edit_key 153 delchar           ; Del                    Delete current char
  98. edit_key 173 go_wleft          ; Ctrl-Left              Go one word left
  99. edit_key 174 go_wright         ; Ctrl-Right             Go one word right
  100. edit_key 175 go_eos            ; Ctrl-End               Go to end of page
  101. edit_key 176 go_eot            ; Ctrl-PgDn              Go to end of text
  102. edit_key 177 go_bos            ; Ctrl-Home              Go to start of page
  103. edit_key 184 go_bot            ; Ctrl-PgUp              Go to start of text
  104. edit_key 1d0 go_left           ; Mouse Left
  105. edit_key 1d1 go_up             ; Mouse Up
  106. edit_key 1d2 go_right          ; Mouse Right
  107. edit_key 1d3 go_down           ; Mouse Down
  108. edit_key 1d4 newline           ; Mouse LeftButton
  109. edit_key 1d5 abort             ; Mouse RightButton
  110. edit_key 1ff deleol            ; Ctrl-Del               Delete to end of line
  111.  
  112.  
  113. ; =============================================================================
  114.